testing.chattyPrinter.w (field)

6 uses

	testing (current package)
		testing.go#L567: 	w          io.Writer
		testing.go#L574: 	return &chattyPrinter{w: w, json: chatty.json}
		testing.go#L600: 	fmt.Fprintf(p.w, p.prefix()+format, args...)
		testing.go#L612: 		fmt.Fprintf(p.w, "%s=== NAME  %s\n", p.prefix(), testName)
		testing.go#L616: 	fmt.Fprintf(p.w, format, args...)
		testing.go#L857: 	if c.chatty != nil && (p.w == c.chatty.w || c.chatty.json) {